home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_78535.txt < prev    next >
Text File  |  1990-08-14  |  2KB  |  87 lines

  1. -- card: 78535 from stack: in
  2. -- bmap block id: 79301
  3. -- flags: 4000
  4. -- background id: 58558
  5. -- name: CSL Library
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=182 top=133 right=223 bottom=328
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: CSL Library
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   lock screen
  23.   pop card into it
  24.   go to card short name of me of background "About"
  25.   unlock screen with iris close
  26. end mouseUp
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: A004
  32. -- rect: left=150 top=41 right=89 bottom=226
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 5017 / 5017
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Student Details
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual scroll down
  44.   go to card short name of me of this background
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: A004
  52. -- rect: left=285 top=41 right=89 bottom=361
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 5018 / 5018
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Teacher Details
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual scroll down
  64.   go to card short name of me of this background
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 4 (button)
  70. -- low flags: 00
  71. -- high flags: A004
  72. -- rect: left=218 top=272 right=320 bottom=294
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 5013 / 5013
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Report Manager
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual scroll up
  84.   go to card short name of me of this background
  85. end mouseUp
  86.  
  87.